home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / 0utils.lha / 0Utils / Close.doc < prev    next >
Text File  |  1995-09-05  |  933b  |  63 lines

  1.  
  2.  
  3.  
  4.     NAME
  5.     Close
  6.  
  7.     SYNOPSIS
  8.     Close -  Close a filehandle  - Requires v37
  9.  
  10.     INPUTS
  11.     "FILEHANDLE/N/A"
  12.  
  13.     DESCRIPTION
  14.  
  15.     Closes an AmigaDOS Filehandle previously
  16.     opened with the 'Open' command.
  17.     It does no checks to the given Filehandle,
  18.     so it should be used carefully.
  19.     The Filehandle must not be used after
  20.     calling Close on it.
  21.  
  22.     RESULT
  23.     -/-
  24.     
  25.  
  26.     
  27.         
  28.  
  29.     NOTES
  30.     * CLI - only
  31.  
  32.     * should compile with SAS-C
  33.     
  34.  
  35.     ! Close is highly dangerous! Do not Use it, if !
  36.     ! U do not exactly know what U are doing!      !
  37.     
  38.  
  39.     BUGS
  40.  
  41.  
  42.     EXAMPLES
  43.  
  44.     > set fh `Open Sys:S/Shell-startup`
  45.     > Readln $fh
  46.       alias xcopy "copy clone "
  47.     > Close $fh
  48.     > Unset fh
  49.     
  50.  
  51.     HISTORY
  52.  
  53.     21-02-95 b_noll created
  54.     21-02-95 b_noll added version/format-prefix/offset
  55.     20-03-95 b_noll added args diagnostics
  56.     19-08-95 b_noll created .data file
  57.     
  58.  
  59.     AUTHOR
  60.     Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
  61.     noll@student.uni-kl.de
  62.  
  63.